home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / LISP Related / MCL Utilities / Sound Manager / sound-mgr.lisp < prev    next >
Encoding:
Text File  |  1990-09-04  |  359 b   |  15 lines  |  [TEXT/CCL ]

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;; Copyright 1987, 1988, 1989, 1990 by Ruben Kleiman for Apple Computer, Inc.
  3. ;;; Advanced Technology Group
  4.  
  5.  
  6. ;;;
  7. ;;; Evaluate this buffer to load the SOUND package
  8. ;;;
  9.  
  10. (provide :sound-mgr)
  11.  
  12. (require :sound-info)
  13. (require :play-snd)
  14. (require :tone-synth)
  15. (require :kbd-player)